net/http.Transport.idleMu (field)
11 uses
net/http (current package)
transport.go#L96: idleMu sync.Mutex
transport.go#L781: t.idleMu.Lock()
transport.go#L786: t.idleMu.Unlock()
transport.go#L934: t.idleMu.Lock()
transport.go#L935: defer t.idleMu.Unlock()
transport.go#L1026: t.idleMu.Lock()
transport.go#L1027: defer t.idleMu.Unlock()
transport.go#L1109: t.idleMu.Lock()
transport.go#L1110: defer t.idleMu.Unlock()
transport.go#L2010: t.idleMu.Lock()
transport.go#L2011: defer t.idleMu.Unlock()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |